-
Notifications
You must be signed in to change notification settings - Fork 0
Release Merge #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Release Merge #19
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # .github/workflows/build.yml # requirements.txt
We don't like that and prefer to retain flexibility.
# Conflicts: # README.md # mrmat_python_api_flask/__init__.py # requirements.txt
So we can test with both SQLite and Postgres
# Conflicts: # .github/workflows/build.yml # .gitignore # .idea/mrmat-python-api-flask.iml # .idea/runConfigurations/build.xml # .idea/runConfigurations/docker__harkonnen_.xml # .idea/runConfigurations/mrmat_python_api_flask__prod_.xml # ci/__init__.py # migrations/versions/d11062fbec93_owners_and_resources.py # mrmat_python_api_flask/__init__.py # mrmat_python_api_flask/apis/greeting/v3/api.py # mrmat_python_api_flask/apis/resource/v1/api.py # requirements.txt
* Ignoring /.coverage
* Cosmetic change
* Cosmetic change
* Interim
* Changed from FLASK_CONFIG to APP_CONFIG
* Added new run configurations for migration mgmt
* Adjusted local datasources
* Regenerated migration
* Log when overriding configuration
* Adjusted generated accounts so they don't clash
* Fixed local docker configuration
* Added IDEA pylint configuration
* Removed unnecesssary f-string
* Adjusted path to local configuration
* Logs config overrides by cui
* Interim
* Different schema rendering
For some strange reason, we must dump the schema differently here
* Updated the databases
* Sanitised run configurations
* Transfer
* Fixed some pylint complaints
* Fixed pylint complaints
* Installing dev requirements first saves some time later
* Removed extraneous logging import
* Updated dependencies
* Temporarily disabling test
* Pipeline debugging
* Re-enabled testing
* Perhaps without PYTHONPATH?
* Fixed the testsuite
* Re-enabled testing
* Caching pip cache too
* Temporarily disabling test
* Should be tilde rather than ${HOME}
* Just trying with pytest
* Need to point to local
* Pipeline debugging
* Must affix itsdangerous to 2.0.1
They dropped the JWS support
* Resanitized the pipeline
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.